home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / amos / AMOSList-0998.lzh / AMOSLIST / 000385_bounce-amos-lis…et@onelist.com_Mon Sep 28 19:00:45 1998.msg < prev    next >
Text File  |  1998-10-01  |  4KB  |  92 lines

  1. >From bounce-amos-list--1258-mcox=access.digex.net@onelist.com  Mon Sep 28 19:00:45 1998
  2. Received: from onelist.com (pop.onelist.com [209.207.164.13])
  3.     by pony-2.mail.digex.net (8.8.8/8.8.8) with SMTP id TAA02327
  4.     for <mcox@access.digex.net>; Mon, 28 Sep 1998 19:00:44 -0400 (EDT)
  5. Received: (qmail 11669 invoked by alias); 29 Sep 1998 23:00:10 -0000
  6. Received: (qmail 11470 invoked from network); 29 Sep 1998 23:00:05 -0000
  7. Received: from unknown (HELO tantalum) (194.73.73.80) by pop.onelist.com with SMTP; 29 Sep 1998 23:00:05 -0000
  8. Received: from np5gt [62.172.58.196]  by tantalum with smtp (Exim 1.70 #1) id 0zNmG5-0002UZ-00; Mon, 28 Sep 1998 23:59:10 +0100
  9. Message-ID: <003f01bdeb33$b09d4c00$c43aac3e@np5gt>
  10. From: "John Glanville" <John.Glanville@btinternet.com>
  11. To: <amos-list@onelist.com>
  12. Date: Mon, 28 Sep 1998 23:59:45 +0100
  13. X-Priority: 3
  14. X-MSMail-Priority: Normal
  15. X-Mailer: Microsoft Outlook Express 4.72.3110.1
  16. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
  17. Mailing-List: list amos-list@onelist.com; contact http://www.onelist.com
  18. Delivered-To: mailing list amos-list@onelist.com
  19. Precedence: bulk
  20. Reply-to: amos-list@onelist.com
  21. Mime-Version: 1.0
  22. Content-Type: text/plain; charset="iso-8859-1"
  23. Content-Transfer-Encoding: 7bit
  24. Subject: [amos-list] Re: Dim array() problem.
  25. Status: O
  26. X-Status: 
  27.  
  28. From: "John Glanville" <John.Glanville@btinternet.com>
  29.  
  30.  
  31. -----Original Message-----
  32. From: Andrew Crowe <andrewcrowe@enterprise.net>
  33. To: amos-list@onelist.com <amos-list@onelist.com>
  34. Date: 28 September 1998 23:12
  35. Subject: [amos-list] Re: Dim array() problem.
  36.  
  37.  
  38. >From: Andrew Crowe <andrewcrowe@enterprise.net>
  39. >
  40. >Hi Everybody,
  41. >
  42. >On 28-Sep-98, Adam Parrott wrote something which is obviously worth
  43. >replying to:
  44. >> From: "Adam Parrott" <parrottsoft@usa.net>
  45. >
  46. >> While in AMOS lately I quickly compiled a program I was working on and
  47. >ran
  48. >> it. Much to my surprise, it didn't get past the first few instructions
  49. >(it
  50. >> returned an "Illegal function call"). I went back, did some debugging
  51. >and
  52. >> found it was a Dim statement I had made to an array. Here's an
  53. >excerpt:
  54. >
  55. >> Set Buffer 1024..
  56. >> Dim _VAR(G*5,G*5) (G=64)
  57. >
  58. >Ah yes, I had this problem too. It seems that AMOS doesn't like dim'ing
  59. >anything with over a certain ammount of arays. The only way to get
  60. >around this is using a memory bank insted.
  61. >
  62. >   eg. Reserve as work 5,(G*5)*(G*5)+10
  63. >
  64. >This'll save memory and speed.
  65.  
  66. Yep! I try no to use Arrays if i can help it... but instead of using the
  67. Amos reserve bank why no use a call and reserve memory through the propper
  68. channels... its a lot better! I don't have the right call on me right now
  69. but i'll be back!
  70.  
  71. >
  72. >See ya.
  73. >--
  74. >       Manta Soft  -  Amiga programing & web page designing
  75. >             Http://www.geocities.com/Eureka/Gold/1713/
  76. >
  77. >  - --------------------- Quote of the day: ---------------------- -
  78. >If at first you don't succeed, call it Windows.
  79. >-- Bill Gates
  80. >
  81. >
  82. >------------------------------------------------------------------------
  83. >To unsubscribe from this mailing list, or to change your subscription
  84. >to digest, go to the ONElist web site, at http://www.onelist.com and
  85. >select the User Center link from the menu bar on the left.
  86. >
  87.  
  88.  
  89. ------------------------------------------------------------------------
  90. To unsubscribe from this mailing list, or to change your subscription
  91. to digest, go to the ONElist web site, at http://www.onelist.com and
  92. select the User Center link from the menu bar on the left.